home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / tokyo / ufdemo.dir / 00006_Script_6 < prev    next >
Text File  |  1999-04-25  |  90b  |  5 lines

  1. on keydown
  2.   if ( (the key = "q") or (the key = "Q") ) then
  3.     play done
  4.   end if
  5. end